home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddTTTTeeeexxxxtttt((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddTTTTeeeexxxxtttt((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- _X_m_C_r_e_a_t_e_S_c_r_o_l_l_e_d_T_e_x_t - The TextScrolledText convenience
- creation function
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <Xm/Text.h>
-
- Widget XmCreateScrolledText (ppppaaaarrrreeeennnntttt,,,, nnnnaaaammmmeeee,,,, aaaarrrrgggglllliiiisssstttt,,,, aaaarrrrggggccccoooouuuunnnntttt)
- _W_i_d_g_e_t ppppaaaarrrreeeennnntttt;
- _S_t_r_i_n_g nnnnaaaammmmeeee;
- _A_r_g_L_i_s_t aaaarrrrgggglllliiiisssstttt;
- _C_a_r_d_i_n_a_l aaaarrrrggggccccoooouuuunnnntttt;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _X_m_C_r_e_a_t_e_S_c_r_o_l_l_e_d_T_e_x_t creates an instance of a Text widget
- that is contained within a ScrolledWindow. All
- ScrolledWindow subarea widgets are automatically created by
- this function. The ID returned by this function is that of
- the Text widget. Use this ID for all normal Text
- operations, as well as those that are relevant for the
- ScrolledText widget.
-
- The Text widget defaults to single-line text edit;
- therefore, no ScrollBars are displayed. The Text resource
- _X_m_N_e_d_i_t_M_o_d_e must be set to _X_m_M_U_L_T_I__L_I_N_E__E_D_I_T to display the
- ScrollBars. The results of placing a Text widget inside a
- ScrolledWindow when the Text's _X_m_N_e_d_i_t_M_o_d_e is
- _X_m_S_I_N_G_L_E__L_I_N_E__E_D_I_T are undefined.
-
- All arguments to either the Text or the ScrolledWindow
- widget can be specified at creation time using this
- function. Changes to initial position and size are sent
- only to the ScrolledWindow widget. Other resources are sent
- to the Text or the ScrolledWindow widget as appropriate.
-
- This function forces the following initial values for
- ScrolledWindow resources:
-
- +o _X_m_N_s_c_r_o_l_l_i_n_g_P_o_l_i_c_y is set to _X_m_A_P_P_L_I_C_A_T_I_O_N__D_E_F_I_N_E_D.
-
- +o _X_m_N_v_i_s_u_a_l_P_o_l_i_c_y is set to _X_m_V_A_R_I_A_B_L_E.
-
- +o _X_m_N_s_c_r_o_l_l_B_a_r_D_i_s_p_l_a_y_P_o_l_i_c_y is set to _X_m_S_T_A_T_I_C.
-
- +o _X_m_N_s_h_a_d_o_w_T_h_i_c_k_n_e_s_s is set to 0.
-
- To obtain the ID of the ScrolledWindow widget associated
- with the ScrolledText, use the Xt Intrinsics _X_t_P_a_r_e_n_t
- function. The name of the ScrolledWindow created by this
- function is formed by concatenating the letters _S_W onto the
- end of the nnnnaaaammmmeeee specified in the parameter list.
-
-
-
-
- Page 1 (printed 11/11/03)
-
-
-
-
-
-
- XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddTTTTeeeexxxxtttt((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddTTTTeeeexxxxtttt((((3333XXXX))))
-
-
-
- ppppaaaarrrreeeennnntttt
- Specifies the parent widget ID
-
- nnnnaaaammmmeeee Specifies the name of the created widget
-
- aaaarrrrgggglllliiiisssstttt
- Specifies the argument list
-
- aaaarrrrggggccccoooouuuunnnntttt
- Specifies the number of attribute/value pairs in the
- argument list (aaaarrrrgggglllliiiisssstttt)
-
- For a complete definition of Text and its associated
- resources, see _X_m_T_e_x_t(_3_X).
-
- RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
- Returns the Text widget ID.
-
- RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
- _X_m_S_c_r_o_l_l_e_d_W_i_n_d_o_w(_3_X) and _X_m_T_e_x_t(_3_X).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 2 (printed 11/11/03)
-
-
-
-